BusinessApi

<back to all web services

OrderAdImagesRequest

Business
Requires Authentication
Required role:Business
The following routes are available for this service:
POST/ad/order_image_library
OrderAdImagesRequest Parameters:
NameParameterData TypeRequiredDescription
AdIdbodylongNo
AdImageIdsbodyList<long>Yes
OrderAdImagesResponse Parameters:
NameParameterData TypeRequiredDescription
AdImageIdsformList<long>Yes

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /ad/order_image_library HTTP/1.1 
Host: qa-business-api.brovs.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"adId":0,"adImageIds":[0]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"adImageIds":[0]}