Cancel
DELETE /callisto/cancel
Fields
| Field | Type | Description | Required |
|---|---|---|---|
| Id | int | ID des Auftrags in Callisto |
YES |
| CancelDate | Datum, zu wann der Auftrag storniert werden soll |
YES | |
| CancelTimestamp | string | Zeitstempel, wann das Storno im System eingetragen wurde. Unterstütztes Format Y-m-d H:i:s |
YES |
| CancelReason | string | Stornogrund |
YES |
| UserId | string | Salesforce User-Id |
YES |
| Action | string | Action, die ausgeführt werden soll. Add für Stornieren, Delete für Storno entfernen. Default ist Add |
NO |
Request
Headers
| Header | Value |
|---|---|
| Accept | application/json |
| Authorization | HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details) |
Response
Status Codes
- 406: Not Acceptable
- 415: Unsupported Media Type
- 204: No Content
- 401: Unauthorized
- 403: Forbidden
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
| Allow | Comma-separated list of all HTTP methods allowed |
PUT /callisto/cancel
Fields
| Field | Type | Description | Required |
|---|---|---|---|
| Id | int | ID des Auftrags in Callisto |
YES |
| CancelDate | Datum, zu wann der Auftrag storniert werden soll |
YES | |
| CancelTimestamp | string | Zeitstempel, wann das Storno im System eingetragen wurde. Unterstütztes Format Y-m-d H:i:s |
YES |
| CancelReason | string | Stornogrund |
YES |
| UserId | string | Salesforce User-Id |
YES |
| Action | string | Action, die ausgeführt werden soll. Add für Stornieren, Delete für Storno entfernen. Default ist Add |
NO |
Request
Headers
| Header | Value |
|---|---|
| Accept | application/json |
| Content-Type | application/json |
| Authorization | HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details) |
Body
Response
Status Codes
- 406: Not Acceptable
- 415: Unsupported Media Type
- 200: OK
- 400: Client Error
- 422: Unprocessable Entity
- 401: Unauthorized
- 403: Forbidden
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
| Allow | Comma-separated list of all HTTP methods allowed |
Body
DELETE /callisto/cancel[/:cancel_id]
Fields
| Field | Type | Description | Required |
|---|---|---|---|
| Id | int | ID des Auftrags in Callisto |
YES |
| CancelDate | Datum, zu wann der Auftrag storniert werden soll |
YES | |
| CancelTimestamp | string | Zeitstempel, wann das Storno im System eingetragen wurde. Unterstütztes Format Y-m-d H:i:s |
YES |
| CancelReason | string | Stornogrund |
YES |
| UserId | string | Salesforce User-Id |
YES |
| Action | string | Action, die ausgeführt werden soll. Add für Stornieren, Delete für Storno entfernen. Default ist Add |
NO |
Request
Headers
| Header | Value |
|---|---|
| Accept | application/json |
| Authorization | HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details) |
Response
Status Codes
- 406: Not Acceptable
- 415: Unsupported Media Type
- 204: No Content
- 404: Not Found
- 401: Unauthorized
- 403: Forbidden
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
| Allow | Comma-separated list of all HTTP methods allowed |
PUT /callisto/cancel[/:cancel_id]
Fields
| Field | Type | Description | Required |
|---|---|---|---|
| Id | int | ID des Auftrags in Callisto |
YES |
| CancelDate | Datum, zu wann der Auftrag storniert werden soll |
YES | |
| CancelTimestamp | string | Zeitstempel, wann das Storno im System eingetragen wurde. Unterstütztes Format Y-m-d H:i:s |
YES |
| CancelReason | string | Stornogrund |
YES |
| UserId | string | Salesforce User-Id |
YES |
| Action | string | Action, die ausgeführt werden soll. Add für Stornieren, Delete für Storno entfernen. Default ist Add |
NO |
Request
Headers
| Header | Value |
|---|---|
| Accept | application/json |
| Content-Type | application/json |
| Authorization | HTTP Basic, HTTP Digest, or OAuth2 Bearer token (check API provider for details) |
Body
Response
Status Codes
- 406: Not Acceptable
- 415: Unsupported Media Type
- 200: OK
- 404: Not Found
- 400: Client Error
- 422: Unprocessable Entity
- 401: Unauthorized
- 403: Forbidden
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
| Allow | Comma-separated list of all HTTP methods allowed |