commapi.ismstr.pmicloud.biz
Open in
urlscan Pro
52.210.204.110
Public Scan
Submitted URL: https://commapi.ismstr.pmicloud.biz/
Effective URL: https://commapi.ismstr.pmicloud.biz/index.html
Submission: On October 08 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://commapi.ismstr.pmicloud.biz/index.html
Submission: On October 08 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
1 forms found in the DOM<form class="download-url-wrapper"><label class="select-label" for="select"><span>Select a definition</span><select id="select">
<option value="/swagger/preorders/swagger.json">PM External Preorders API V1.1</option>
<option value="/swagger/ezdpreorders/swagger.json">PM External EZD Preorders API V1.1</option>
<option value="/swagger/wamp/swagger.json">PM External Wamp API V1</option>
</select></label></form>
Text Content
Select a definitionPM External Preorders API V1.1PM External EZD Preorders API V1.1PM External Wamp API V1 PM TR EXTERNAL API FOR PREORDERS. PreOrders v1.1 OAS3 /swagger/preorders/swagger.json PreOrders API enables you to query preorders. It describes various API operations, related request and response data structures, and error codes. Api uses JWT bearer tokens for authenticating and authorizing requests, so after every successful login, you will receive a new token.You must pass this token in Authorization header in every request. All requests must include uuid header with a respective uniqueidentifier string(Guid or UUID) value. Except login, all methods return a status object describing whether method is successful or not. Subfields of status object describes result of the api call. statusType(0 = success, 1 = warning, 2 = error) shows whether operation is succesful or not. statusCode and statusMessage are operation specific. You will get list of status codes and messages as part of response of login. INTERNAL GET/api/healthcheck/healthcheck ORDER POST/api/order/zgetpreorders Get list of preorders. Only preorder ids with some summary info returned. To get preorder detils use 'ZGetPreOrderDetails' POST/api/order/zgetpreorderdetails Get list of preorders with relevant details(product, customer, vehicle etc.) for preorder ids supplied. Each call returns maximum 50 records, so if more than 50 preorder ids are sent in request, only first 50 of them considered. USER POST/api/user/zlogin Login to the api. SCHEMAS BaseDT CustomerDT LoginRequest LoginResponse LoginResult PreOrderDT PreOrderDetailDT PreOrderDetailRequest PreOrderDetailResponse PreOrderDetailResponseDT PreOrderRequest PreOrderResponse PreOrderResponseDT ProductDT Status StatusType VehicleDT