POST api/LicenseMaster/SaveLicenseMaster
Request Information
URI Parameters
None.
Body Parameters
LicenseMasterEntityName | Description | Type | Additional information |
---|---|---|---|
Flag | string |
None. |
|
Id | integer |
None. |
|
MobileNo | string |
None. |
|
TockenNo | string |
None. |
|
AppCount | integer |
None. |
|
DeviceNo | string |
None. |
|
AppVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Flag": "sample string 1", "Id": 2, "MobileNo": "sample string 3", "TockenNo": "sample string 4", "AppCount": 5, "DeviceNo": "sample string 6", "AppVersion": "sample string 7" }
application/xml, text/xml
Sample:
<LicenseMasterEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VCINT_API.Models"> <AppCount>5</AppCount> <AppVersion>sample string 7</AppVersion> <DeviceNo>sample string 6</DeviceNo> <Flag>sample string 1</Flag> <Id>2</Id> <MobileNo>sample string 3</MobileNo> <TockenNo>sample string 4</TockenNo> </LicenseMasterEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.