POST api/v2/quotation/add-marquee
Request Information
URI Parameters
None.
Body Parameters
AddAssetMarqueeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| assetSecurity | string |
None. |
|
| add | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"assetSecurity": "sample string 1",
"add": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.