Retrieve a Specific PRM Work Budget By VUUID
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve a Specific PRM Work Budget By VUUID
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/prm-rest-api/rest/1/prmworkbudget/D21724E6D6B35886E05316821FAC63F9
Query Standards
Key | Recommended | Description |
---|---|---|
finder | Yes | Filters data based on attributes |
limit | Yes | No. of items to return |
offset | Yes | item index |
totalResults | Yes | Returns total number of items |
orderBy | Yes | Returns 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.
Parameter | Description | Sample |
---|---|---|
/VUUID | The 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