2 - Create a billboard offer

POST {{base_url_servicing}}/billboard/offers

https://docs.tokeny.com/reference/postbillboardoffer

๐Ÿ” Note that the authentication must provide management rights over account. The required permission is ACCOUNT_MANAGEMENT.

Create a billboard offer

Create a billboard offer via dino api

urgencyLevel: NOT_URGENT,

Request Body

{"buyingToken"=>{"tokenId"=>"aafd7bfc-99ed-4e1f-b214-227c940ba41a", "amount"=>"666"}, "sellingToken"=>{"tokenId"=>"ed71ea99-19b7-4fb0-bbcc-ed3250a57c25", "amount"=>"999"}, "contactInformation"=>{"emailAddress"=>"publiclyavailabledummyinvestorfive@yopmail.com", "phoneNumber"=>"myPhoneNumber", "whatsApp"=>"myWhatsappId"}, "isAnonymous"=>false, "title"=>"thisIsATitle", "shortDescription"=>"thisIsAshortDescription", "longDescription"=>"thisIsAlongDescription", "offerImage"=>"thisIsAofferImage", "urgencyLevel"=>"NOT_URGENT", "tokenId"=>"ed71ea99-19b7-4fb0-bbcc-ed3250a57c25"}

RESPONSES

status: Created

{"offerId":"e7501615-bcb6-47d6-93c2-23b7704a2662","investorId":"26d25d76-a2e1-45c0-9620-e9a26b2b791e","id":"e7501615-bcb6-47d6-93c2-23b7704a2662"}