| All Verbs | /Log/Request/{CID} | ||
|---|---|---|---|
| All Verbs | /Log/Request/{CID}/{SendLogs} |
"use strict";
export class LogRequestRequest {
/** @param {{CID?:string,SendLogs?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {?string} */
CID;
/** @type {?boolean} */
SendLogs;
}
JavaScript LogRequestRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Log/Request/{CID} HTTP/1.1
Host: cip-reporting-dev.chargeitpro.com
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"CID":"String","SendLogs":false}