GET api/ECMS/GetPMLicenseDetailsMobile
Request Information
URI Parameters
None.
Body Parameters
GetCSCDataName | Description | Type | Additional information |
---|---|---|---|
EstimateID | integer |
Required Matching regular expression pattern: ^[1-9]\d+$ |
|
EquipmentID | string |
Required Matching regular expression pattern: ^[A-Za-z0-9]{5,11}$ |
|
CustomerId | integer |
Required Matching regular expression pattern: ^[1-9]{1,3}$ |
Request Formats
application/json, text/json
Sample:
{ "EstimateID": 1, "EquipmentID": "sample string 2", "CustomerId": 3 }
application/xml, text/xml
Sample:
<GetCSCData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.ECMS"> <CustomerId>3</CustomerId> <EquipmentID>sample string 2</EquipmentID> <EstimateID>1</EstimateID> </GetCSCData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.