GET api/OrderManagement/AmendRights?RightsId={RightsId}&ClientNo={ClientNo}&SubscriptionQty={SubscriptionQty}&ExcessQty={ExcessQty}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RightsId | string |
Required |
|
| ClientNo | string |
Required |
|
| SubscriptionQty | integer |
Required |
|
| ExcessQty | integer |
Required |
|
| UserID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseData| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POEMSWEBAPI.Models.OrderManagement"> <Data /> <IsSuccess>true</IsSuccess> <Message>sample string 2</Message> </ResponseData>