Operation
post /pae/paeSet/shelforCardLevel/{groupId}/{neId}/{clickedEntity}/{category}modifyShelforCardLevelPAE (modifyShelforCardLevelPAE : /pae/paeSet/shelforCardLevel/{groupId}/{neId}/{clickedEntity}/{category})
modifyShelforCardLevelPAE
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| groupId | required | groupId | --- |
| neId | required | neId | --- |
| clickedEntity | required | clickedEntity | --- |
| category | required | category | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | asapArray | array[PAEDetail] |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
Status
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
Example Request Data
Create : -------- /pae/paeSet/shelforCardLevel/100/5/SHELF-1/eqptPAECreate Payload: [{slotA: "slot_OPSOSM-10-3_OPSOSM-11-4", slotZ: "_true_10_true"}] Modify: ------ /pae/paeSet/shelforCardLevel/100/5/SHELF-1/eqptPAEEdit PayLoad: [{slotA: "slot_OPSOSM-5-2_OPSOSM-5-5", slotZ: "paeDesc_10_false_false"}] Delete: -------- /pae/paeSet/shelforCardLevel/100/5/SHELF-1/eqptPAEDeactivate PayLoad: [{slotA: "slot_OPSOSM-10-3_OPSOSM-11-4", slotZ: ""}]
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/xml
Example Response Data
<Status> <opStatus> SUCCESS </opStatus> </Status>
External Docs
See Also :
Operation
get /pae/paeGet/shelforCardLevel/{groupId}/{neId}/{clickedEntity}/{category}retriveShelforCardLevelPAE (retriveShelforCardLevelPAE : /pae/paeGet/shelforCardLevel/{groupId}/{neId}/{clickedEntity}/{category})
retriveShelforCardLevelPAE
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| groupId | required | groupId | --- |
| neId | required | neId | --- |
| clickedEntity | required | clickedEntity | --- |
| category | required | category | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
array[PAEDetail]
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Example Request Data
/pae/paeGet/shelforCardLevel/100/5/SHELF-1/EQPT
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
Example Response Data
<Status> <opStatus> SUCCESS </opStatus> </Status>
External Docs
See Also :
PAEDetail
Name |
Type |
Description |
Enum |
|---|---|---|---|
| slotA | String string |
--- | --- |
| slotZ | String string |
--- | --- |
| activate | String string |
--- | --- |
| descr | String string |
--- | --- |
| revertive | String string |
--- | --- |
| paeStatus | String string |
--- | --- |
| wtrTimer | String string |
--- | --- |
| wtrTimerRemain | String string |
--- | --- |
| clearWtrTimer | String string |
--- | --- |
| uid | String string |
--- | --- |