POST api/FailTransactionLog/GetRequestJsonById

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": "33f42781-4746-4e83-82ff-542a504dd1f8",
  "TransactionType": 1,
  "CreatedBy": "cfb5fb11-bcf3-41e6-a012-e4c860cef8cf",
  "TransactionHeadId": "d8574512-bf53-4d9e-8825-9d32f28569ec",
  "RequestJson": "sample string 4",
  "ResponseJson": "sample string 5",
  "CompID": "334c49af-9c5b-4447-95f0-5f86e12f7b63",
  "CreatedDate": "2026-04-18T17:01:46.6270458+05:30",
  "PageIndex": 8,
  "NoOfRecordsOnPage": 9,
  "TotalRecords": 10,
  "TransactionDate": "2026-04-18T17:01:46.6270458+05:30",
  "PartyId": "01d74db1-d9c5-4f62-81a3-f7a154e2b848",
  "DocumentNo": "sample string 13",
  "NetAmount": 14.0,
  "PartyName": "sample string 15"
}

text/html

Sample:
{"ID":"33f42781-4746-4e83-82ff-542a504dd1f8","TransactionType":1,"CreatedBy":"cfb5fb11-bcf3-41e6-a012-e4c860cef8cf","TransactionHeadId":"d8574512-bf53-4d9e-8825-9d32f28569ec","RequestJson":"sample string 4","ResponseJson":"sample string 5","CompID":"334c49af-9c5b-4447-95f0-5f86e12f7b63","CreatedDate":"2026-04-18T17:01:46.6270458+05:30","PageIndex":8,"NoOfRecordsOnPage":9,"TotalRecords":10,"TransactionDate":"2026-04-18T17:01:46.6270458+05:30","PartyId":"01d74db1-d9c5-4f62-81a3-f7a154e2b848","DocumentNo":"sample string 13","NetAmount":14.0,"PartyName":"sample string 15"}

application/xml, text/xml

Sample:
<FailTransactionLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <CompID>334c49af-9c5b-4447-95f0-5f86e12f7b63</CompID>
  <CreatedBy>cfb5fb11-bcf3-41e6-a012-e4c860cef8cf</CreatedBy>
  <CreatedDate>2026-04-18T17:01:46.6270458+05:30</CreatedDate>
  <DocumentNo>sample string 13</DocumentNo>
  <ID>33f42781-4746-4e83-82ff-542a504dd1f8</ID>
  <NetAmount>14</NetAmount>
  <NoOfRecordsOnPage>9</NoOfRecordsOnPage>
  <PageIndex>8</PageIndex>
  <PartyId>01d74db1-d9c5-4f62-81a3-f7a154e2b848</PartyId>
  <PartyName>sample string 15</PartyName>
  <RequestJson>sample string 4</RequestJson>
  <ResponseJson>sample string 5</ResponseJson>
  <TotalRecords>10</TotalRecords>
  <TransactionDate>2026-04-18T17:01:46.6270458+05:30</TransactionDate>
  <TransactionHeadId>d8574512-bf53-4d9e-8825-9d32f28569ec</TransactionHeadId>
  <TransactionType>1</TransactionType>
</FailTransactionLogModel>