POST api/orders/ipo/block-fee

Publish Omgeo Create Block message for IPO/Placements

Request Information

URI Parameters

None.

Body Parameters

Omgeo Block information required to publish Create Block message for IPO

IPOBlockFeeRequest
NameDescriptionTypeAdditional information
PlacementAllocationID

Master account PlacementAllocationID

integer

Required

TotalGSTQuantity

TotalGSTQuantity of the Non Exempted Client Accounts

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "PlacementAllocationID": 111111,
  "TotalGSTQuantity": null
}

application/xml, text/xml

Sample:
<IPOBlockFeeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPP.B2B.Webservices2.Contract.Order">
  <PlacementAllocationID>111111</PlacementAllocationID>
  <TotalGSTQuantity i:nil="true" />
</IPOBlockFeeRequest>

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>