All Verbs | /service/ReconcileBucketImages |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Commit | query | bool | No | |
ContinuationToken | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Exceptions | form | ConcurrentDictionary<string, Exception> | No | |
StartedAt | form | DateTime | No | |
FinishedAt | form | DateTime | No | |
ElapsedSeconds | form | double | No | |
Committed | form | bool | No | |
ProductsWithImages | form | int | No | |
ProductImageVariations | form | int | No | |
DeletedCount | form | int | No | |
VerifiedImages | form | int | No | |
AllImages | form | int | No | |
DeletedImages | form | Object | No | |
NextContinuationToken | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
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: text/csv
Content-Type: text/csv
Content-Length: length
{"commit":false,"continuationToken":"String"}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"exceptions":{"String":"Exception of type 'System.Exception' was thrown."},"startedAt":"2025-03-11T07:43:25.0805180+00:00","finishedAt":"0001-01-01T00:00:00.0000000Z","elapsedSeconds":-63877275805.0805,"committed":false,"productsWithImages":1,"productImageVariations":1,"deletedCount":0,"verifiedImages":0,"allImages":0,"deletedImages":{},"nextContinuationToken":"String"}