-
Web Service URL: https://[SERVER_ADDRESS]/ServicesDeskWS/ServicesDeskData.asmx
-
MPS Version: From 5.13.0
Description
This method cancels a request for a new demand.
Syntax
public string CancelDemand(string properties)
Setting Properties
The content of string properties must be text in JSON format containing the properties listed below. For example:
{"DealerName":"dealer","DealerUserEmail":"user@example.com","DealerUserPassword":"k1BAv1w=="}
You don't need to worry about whether property names are uppercase or lowercase; the Web Service is Case-Insensitive.
Properties accepted by the method
|
Property |
Type |
Required |
Allows null |
Allows empty |
Maximum size |
Description |
|
EnterpriseName |
Text |
Yes |
- |
- |
- |
Company Name |
|
EnterpriseAccountEmail |
Text |
Yes |
- |
- |
- |
Company User Email |
|
EnterpriseAccountPassword |
Text |
Yes |
- |
- |
- |
Encrypted User Password |
|
UserSupplyDemandID |
Number |
Yes |
- |
- |
- |
Identification number for a new demand in the system. Generated when a new demand is submitted |
|
Comment |
Text |
No |
- |
- |
- |
Additional information explaining the reason for the cancellation |
Response
If successful, the response is: [{“Result”:true}].
Click here to learn more about the response format.
Possible errors returned
Click here to check the possible errors that may be returned and learn their reasons.
Restrictions
-
The user must be responsible for the printer to which the demand request belongs;
-
Allows you to cancel a demand request that has the status Pending;
-
This method can only be used when the provider is not configured to operate in basic mode.