Retrieve a Specific PRM Work Budget By VUUID
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Retrieve a Specific PRM Work Budget By VUUID

    • Dark
      Light

    Article summary

    Get
    /prm-rest-api/rest/1/prmworkbudget/D21724E6D6B35886E05316821FAC63F9

    Query Standards

    KeyRecommendedDescription
    finderYesFilters data based on attributes
    limitYesNo. of items to return
    offsetYesitem index
    totalResultsYesReturns total number of items
    orderByYesReturns list of items order by given attribute

    Finder

    Following row finders are available for data filtering and optimizing request performance.

    • By UUID

    By UUID

    This is an optional finder for querying a specific Work Budget by row ID.

    ParameterDescriptionSample
    /VUUIDThe VUuid attribute is the Unique row ID/prm-rest-api/rest/1/prmworkbudget/D21724E6D6B35886E05316821FAC63F9
    Security
    HTTP
    Type basic

    Basic authentication

    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "PrmbdObjectTypeCode": "I",
      "PrmbdObjectVUuid": "D21729F91C845FB8E05316821FACAF93",
      "PrmbdBudgTypeCode": "L",
      "PrmbdExpCode": "WO-L",
      "PrmbdMactCode": null,
      "PrmbdSklCode": null,
      "PrmbdPostDate": null,
      "PrmbdQty": 8,
      "PrmbdWmCode": "HR",
      "PrmbdBudgAmt": null,
      "PrmbdMateType": null,
      "PrmbdMateItemClassCode": null,
      "PrmbdMateMevwCompCode": null,
      "PrmbdMateMevwItemCode": null,
      "PrmbdMateMevwItemTypeCode": null,
      "PrmbdToolCode": null,
      "PrmbdDesc": "Fixing the window in room 103A",
      "PrmbdMechanicCode": null,
      "PrmbdCostFlag": "B",
      "PrmbdBchNum": null,
      "PrmbdWbsvCode1": null,
      "PrmbdWbsvCode2": null,
      "PrmbdWbsvCode3": null,
      "PrmbdWbsvCode4": null,
      "PrmbdPartnCode": "001",
      "PrmbdPartnTypeCode": "C",
      "PrmbdContactCode": "GR",
      "PrmbdTrdCode": "ARCH",
      "PrmbdVenCompCode": null,
      "PrmbdVenCode": null,
      "PrmbdVenName": null,
      "PrmbdManualEntryFlag": "Y",
      "PrmbdBillAmt": 200,
      "PrmbdFixedFeeLumpSumFlag": null,
      "PrmbdMateLocCode": null,
      "PrmbdSubmitFlag": null,
      "PrmbdVUuid": "D21724E6D6B35886E05316821FAC63F9",
      "PrmbdIuCreateDate": "2015-06-04T05:39:58Z",
      "PrmbdIuCreateUser": "ADWAIT",
      "PrmbdIuUpdateDate": null,
      "PrmbdIuUpdateUser": null,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/prmworkbudget/D21724E6D6B35886E05316821FAC63F9",
          "name": "prmworkbudget",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/prmworkbudget/D21724E6D6B35886E05316821FAC63F9",
          "name": "prmworkbudget",
          "kind": "item"
        }
      ]
    }
    object