POST api/integration/SaveIntegrationInfoWithPeertime
Save the infomations of integration with peertime
Request Information
URI Parameters
None.
Body Parameters
SaveIntegrationInfoWithPeertimeBinderName | Description | Type | Additional information |
---|---|---|---|
AppKey | string |
None. |
|
SubSystemId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppKey": "sample string 1", "SubSystemId": 2 }
application/xml, text/xml
Sample:
<SaveIntegrationInfoWithPeertimeBinder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.SystemManage"> <AppKey>sample string 1</AppKey> <SubSystemId>2</SubSystemId> </SaveIntegrationInfoWithPeertimeBinder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Save the infomations of integration with peertime
ApiReturnName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Error | ErrorInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Error": { "ErrorCode": 1, "ErrorMessage": "sample string 1" } }
application/xml, text/xml
Sample:
<ApiReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common"> <Error> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 1</ErrorMessage> </Error> <Success>true</Success> </ApiReturn>