-
Web Service URL: https://[SERVER_ADDRESS]/ServicesDeskWS/ServicesDeskData.asmx
-
MPS Version: From 5.13.0
Description
This method returns the status of a new demand request.
Syntax
public string GetDemandStatus(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 |
Return Camps
|
Field name |
Description |
|
Status |
Request denied: -1; Request pending: 0; Request approved: Returns the ID number of the approved demand in the system |
Click here to learn more about the response format.
Possible errors returned
Click here to see the possible errors that may be returned and learn the reasons for them.
Restrictions
-
The user must be responsible for the printer associated with the demand;
-
This method can only be used when the provider is not configured to operate in basic mode.