POST api/didban/GetRequestLog
Request Information
URI Parameters
None.
Body Parameters
GetRequestLogRequestName | Description | Type | Additional information |
---|---|---|---|
TrackingCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TrackingCode": "sample string 1" }
application/xml, text/xml
Sample:
<GetRequestLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models.Ticket"> <TrackingCode xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models">sample string 1</TrackingCode> </GetRequestLogRequest>
multipart/form-data
Sample:
<GetRequestLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models.Ticket"><TrackingCode xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models">sample string 1</TrackingCode></GetRequestLogRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.