Operation
post /data/npr/threeRs/{threerId}AssignOrUnassign3R (commandThreeR : /data/npr/threeRs/{threerId})
This is used to Assign a 3R to an NPA or unassign it from an NPA.
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| threerId | required | 'threerId' is the id of the 3R, equal to the value of 'id' parameter of the 3R in the response of /data/npr/threeRs | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | request | ServletWebRequest |
--- |
| body2 | optional | session | HttpSession |
--- |
| body3 | optional | form | String |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
NprResponse
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
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