EMUN1 ASP.NET

<back to all web services

ReconcileBucketImages

The following routes are available for this service:
All Verbs/service/ReconcileBucketImages
ReconcileBucketImages Parameters:
NameParameterData TypeRequiredDescription
CommitqueryboolNo
ContinuationTokenquerystringNo
BucketImagesReconciled Parameters:
NameParameterData TypeRequiredDescription
ExceptionsformConcurrentDictionary<string, Exception>No
StartedAtformDateTimeNo
FinishedAtformDateTimeNo
ElapsedSecondsformdoubleNo
CommittedformboolNo
ProductsWithImagesformintNo
ProductImageVariationsformintNo
DeletedCountformintNo
VerifiedImagesformintNo
AllImagesformintNo
DeletedImagesformObjectNo
NextContinuationTokenformstringNo

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

HTTP + OTHER

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

POST /service/ReconcileBucketImages HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: application/xlsx
Content-Type: application/xlsx
Content-Length: length

{"commit":false,"continuationToken":"String"}
HTTP/1.1 200 OK
Content-Type: application/xlsx
Content-Length: length

{"exceptions":{"String":"Exception of type 'System.Exception' was thrown."},"startedAt":"2025-02-20T19:35:18.8054091+00:00","finishedAt":"0001-01-01T00:00:00.0000000Z","elapsedSeconds":-63875676918.8054,"committed":false,"productsWithImages":1,"productImageVariations":1,"deletedCount":0,"verifiedImages":0,"allImages":0,"deletedImages":{},"nextContinuationToken":"String"}