POST api/aeDLCCUREApiCallLog
Request Information
URI Parameters
None.
Body Parameters
Collection of aeDLCCUREApiCallLogRecordName | Description | Type | Additional information |
---|---|---|---|
aeCCAuthCtrl | string |
None. |
|
aeDLCCUREApiLogEntryID | string |
None. |
|
aeDLCCUREApiLogEntryRecNo | integer |
None. |
|
aeDLSNOWTicketNum | string |
None. |
|
aeDLSNOWTicketCompany | string |
None. |
|
aeDLSNOWTicketFacility | string |
None. |
|
aeDLCCUREApiUseCase | string |
None. |
|
aeDLCCUREApiIntegrationSuccess | boolean |
None. |
|
aeDLCCUREApiIntegrationLogMsg | string |
None. |
|
aeDLCCUREApiIntegrationDTM | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "aeCCAuthCtrl": "sample string 1", "aeDLCCUREApiLogEntryID": "sample string 2", "aeDLCCUREApiLogEntryRecNo": 3, "aeDLSNOWTicketNum": "sample string 4", "aeDLSNOWTicketCompany": "sample string 5", "aeDLSNOWTicketFacility": "sample string 6", "aeDLCCUREApiUseCase": "sample string 7", "aeDLCCUREApiIntegrationSuccess": true, "aeDLCCUREApiIntegrationLogMsg": "sample string 9", "aeDLCCUREApiIntegrationDTM": "sample string 10" }, { "aeCCAuthCtrl": "sample string 1", "aeDLCCUREApiLogEntryID": "sample string 2", "aeDLCCUREApiLogEntryRecNo": 3, "aeDLSNOWTicketNum": "sample string 4", "aeDLSNOWTicketCompany": "sample string 5", "aeDLSNOWTicketFacility": "sample string 6", "aeDLCCUREApiUseCase": "sample string 7", "aeDLCCUREApiIntegrationSuccess": true, "aeDLCCUREApiIntegrationLogMsg": "sample string 9", "aeDLCCUREApiIntegrationDTM": "sample string 10" } ]
application/xml, text/xml
Sample:
<ArrayOfaeDLCCUREApiCallLogRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aeDevMiddleWare1.Models"> <aeDLCCUREApiCallLogRecord> <aeCCAuthCtrl>sample string 1</aeCCAuthCtrl> <aeDLCCUREApiIntegrationDTM>sample string 10</aeDLCCUREApiIntegrationDTM> <aeDLCCUREApiIntegrationLogMsg>sample string 9</aeDLCCUREApiIntegrationLogMsg> <aeDLCCUREApiIntegrationSuccess>true</aeDLCCUREApiIntegrationSuccess> <aeDLCCUREApiLogEntryID>sample string 2</aeDLCCUREApiLogEntryID> <aeDLCCUREApiLogEntryRecNo>3</aeDLCCUREApiLogEntryRecNo> <aeDLCCUREApiUseCase>sample string 7</aeDLCCUREApiUseCase> <aeDLSNOWTicketCompany>sample string 5</aeDLSNOWTicketCompany> <aeDLSNOWTicketFacility>sample string 6</aeDLSNOWTicketFacility> <aeDLSNOWTicketNum>sample string 4</aeDLSNOWTicketNum> </aeDLCCUREApiCallLogRecord> <aeDLCCUREApiCallLogRecord> <aeCCAuthCtrl>sample string 1</aeCCAuthCtrl> <aeDLCCUREApiIntegrationDTM>sample string 10</aeDLCCUREApiIntegrationDTM> <aeDLCCUREApiIntegrationLogMsg>sample string 9</aeDLCCUREApiIntegrationLogMsg> <aeDLCCUREApiIntegrationSuccess>true</aeDLCCUREApiIntegrationSuccess> <aeDLCCUREApiLogEntryID>sample string 2</aeDLCCUREApiLogEntryID> <aeDLCCUREApiLogEntryRecNo>3</aeDLCCUREApiLogEntryRecNo> <aeDLCCUREApiUseCase>sample string 7</aeDLCCUREApiUseCase> <aeDLSNOWTicketCompany>sample string 5</aeDLSNOWTicketCompany> <aeDLSNOWTicketFacility>sample string 6</aeDLSNOWTicketFacility> <aeDLSNOWTicketNum>sample string 4</aeDLSNOWTicketNum> </aeDLCCUREApiCallLogRecord> </ArrayOfaeDLCCUREApiCallLogRecord>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
aeCCUREETLResponseName | Description | Type | Additional information |
---|---|---|---|
aeCCAuthCtrl | string |
None. |
|
aeCCETLStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "aeCCAuthCtrl": "sample string 1", "aeCCETLStatus": 2 }
application/xml, text/xml
Sample:
<aeCCUREETLResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aeDevMiddleWare1.Models"> <aeCCAuthCtrl>sample string 1</aeCCAuthCtrl> <aeCCETLStatus>2</aeCCETLStatus> </aeCCUREETLResponse>