POST api/License
Request Information
URI Parameters
None.
Body Parameters
LicenseModelName | Description | Type | Additional information |
---|---|---|---|
RecId | integer |
None. |
|
Licensor | string |
None. |
|
Licensee | string |
None. |
|
LicenseType | string |
None. |
|
LicenseNo | string |
None. |
|
Expiration | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecId": 1, "Licensor": "sample string 2", "Licensee": "sample string 3", "LicenseType": "sample string 4", "LicenseNo": "sample string 5", "Expiration": "2025-04-29T07:51:16.5543901-07:00" }
application/xml, text/xml
Sample:
<LicenseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapceMobile.Models"> <Expiration>2025-04-29T07:51:16.5543901-07:00</Expiration> <LicenseNo>sample string 5</LicenseNo> <LicenseType>sample string 4</LicenseType> <Licensee>sample string 3</Licensee> <Licensor>sample string 2</Licensor> <RecId>1</RecId> </LicenseModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UpdateUserResponseName | Description | Type | Additional information |
---|---|---|---|
UpdateResponse | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UpdateResponse": "sample string 1" }
application/xml, text/xml
Sample:
<UpdateUserResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapceMobile.Models"> <UpdateResponse>sample string 1</UpdateResponse> </UpdateUserResponse>