POST api/orders/institutionalTrade/block-fee

Publish Omgeo Create Block message

Request Information

URI Parameters

None.

Body Parameters

Omgeo Block information required to publish Create Block message

InstitutionalTradeBlockFeeRequest
NameDescriptionTypeAdditional information
OrderClientAllocationID

Master account OrderClientAllocationID

integer

Required

Commission

Master block Commission

decimal number

Required

GSTAmount

Master block GSTAmount

decimal number

Required

OtherFees

Master block OtherFees

decimal number

Required

TotalGSTQuantity

TotalGSTQuantity of the Non Exempted Client Accounts

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "OrderClientAllocationID": 111111,
  "Commission": 1000.0,
  "GSTAmount": 70.0,
  "OtherFees": 19.0,
  "TotalGSTQuantity": 10
}

application/xml, text/xml

Sample:
<InstitutionalTradeBlockFeeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPP.B2B.Webservices2.Contract.Order">
  <Commission>1000</Commission>
  <GSTAmount>70</GSTAmount>
  <OrderClientAllocationID>111111</OrderClientAllocationID>
  <OtherFees>19.00</OtherFees>
  <TotalGSTQuantity>10</TotalGSTQuantity>
</InstitutionalTradeBlockFeeRequest>

Response Information

Resource Description

OK result if successful otherwise returns Bad request

None.

Response Formats

Error Response Information

Resource Description

OK result if successful otherwise returns Bad request

string

Error Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>