POST api/Trial_Prodcut_Get_Type
Request Information
URI Parameters
None.
Body Parameters
Trial_Prodcut_Get_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | byte |
None. |
|
| Name | string |
None. |
|
| Enable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 64,
"Name": "sample string 2",
"Enable": true
}
application/xml, text/xml
Sample:
<Trial_Prodcut_Get_Type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.Trial"> <Enable>true</Enable> <Id>64</Id> <Name>sample string 2</Name> </Trial_Prodcut_Get_Type>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Trial_Prodcut_Get_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | byte |
None. |
|
| Name | string |
None. |
|
| Enable | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 64,
"Name": "sample string 2",
"Enable": true
}
application/xml, text/xml
Sample:
<Trial_Prodcut_Get_Type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.Trial"> <Enable>true</Enable> <Id>64</Id> <Name>sample string 2</Name> </Trial_Prodcut_Get_Type>