Retrieve a single cached MRP area.
GET {{baseUrl}}/CachedMRPAreas('{{ID}}')?$select=mrpAreaText,mrpAreaText
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"refreshedAt":"\u003cdateTime\u003e","ID":"\u003cstring\u003e","mrpAreaText":"\u003cstring\u003e"}