POST api/Trialrequest/Extendtrial
Extend trial validity
Request Information
URI Parameters
None.
Body Parameters
ExtendTrialrequestModelName | Description | Type | Additional information |
---|---|---|---|
CMMSDomainId | integer |
None. |
|
ValidityDate | string |
None. |
Request Formats
application/json, text/json, text/plain, text/html
Sample:
{ "cmmsDomainId": 1, "validityDate": "sample string 2" }
application/xml, text/xml
Sample:
<ExtendTrialrequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel"> <CMMSDomainId>1</CMMSDomainId> <ValidityDate>sample string 2</ValidityDate> </ExtendTrialrequestModel>
multipart/form-data
Sample:
<ExtendTrialrequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel"><CMMSDomainId>1</CMMSDomainId><ValidityDate>sample string 2</ValidityDate></ExtendTrialrequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommonResponseDataModelName | Description | Type | Additional information |
---|---|---|---|
ReturnID | integer |
Required |
|
Message | string |
Required |
|
Successful | boolean |
Required |
|
Code | integer |
None. |
|
TotalRecord | integer |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{ "returnID": 1, "message": "sample string 2", "successful": true, "code": 4, "totalRecord": 5 }
application/xml, text/xml
Sample:
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"> <Code>4</Code> <Message>sample string 2</Message> <ReturnID>1</ReturnID> <Successful>true</Successful> <TotalRecord>5</TotalRecord> </CommonResponseDataModel>
multipart/form-data
Sample:
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>4</Code><Message>sample string 2</Message><ReturnID>1</ReturnID><Successful>true</Successful><TotalRecord>5</TotalRecord></CommonResponseDataModel>