POST api/TermsAndConditions/GetTermsAndConditions

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": "8721c1f6-c822-4aeb-9955-095ad6ca9def",
  "CompID": "ac467c89-7288-4a29-a8d0-9cb29e6ae856",
  "AcntBookId": "e06a523d-ea9a-460e-a9c4-495df1a93638",
  "AcntBookName": "sample string 4",
  "ItrnOrAtrnType": 5,
  "ItrnOrAtrnTypeName": "sample string 6",
  "EffectiveFromDate": "2025-11-02T15:57:11.0087969+05:30",
  "Description": "sample string 8",
  "CreatedBy": "b94d28cb-0a68-4de5-9fe0-6044148755d3",
  "Type": "sample string 10",
  "CreatedDate": "2025-11-02T15:57:11.0087969+05:30",
  "ModifiedBy": "5e9f4eda-5c02-49e0-b712-8fd7c0e62dc5",
  "ModifiedDate": "2025-11-02T15:57:11.0087969+05:30",
  "RowVersion": "QEBA",
  "ItrnDate": "2025-11-02T15:57:11.0087969+05:30",
  "ReturnCode": 13,
  "ReturnMessage": "sample string 14"
}

text/html

Sample:
{"Id":"8721c1f6-c822-4aeb-9955-095ad6ca9def","CompID":"ac467c89-7288-4a29-a8d0-9cb29e6ae856","AcntBookId":"e06a523d-ea9a-460e-a9c4-495df1a93638","AcntBookName":"sample string 4","ItrnOrAtrnType":5,"ItrnOrAtrnTypeName":"sample string 6","EffectiveFromDate":"2025-11-02T15:57:11.0087969+05:30","Description":"sample string 8","CreatedBy":"b94d28cb-0a68-4de5-9fe0-6044148755d3","Type":"sample string 10","CreatedDate":"2025-11-02T15:57:11.0087969+05:30","ModifiedBy":"5e9f4eda-5c02-49e0-b712-8fd7c0e62dc5","ModifiedDate":"2025-11-02T15:57:11.0087969+05:30","RowVersion":"QEBA","ItrnDate":"2025-11-02T15:57:11.0087969+05:30","ReturnCode":13,"ReturnMessage":"sample string 14"}

application/xml, text/xml

Sample:
<TermsAndConditionsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <ReturnCode>13</ReturnCode>
  <ReturnMessage>sample string 14</ReturnMessage>
  <AcntBookId>e06a523d-ea9a-460e-a9c4-495df1a93638</AcntBookId>
  <AcntBookName>sample string 4</AcntBookName>
  <CompID>ac467c89-7288-4a29-a8d0-9cb29e6ae856</CompID>
  <CreatedBy>b94d28cb-0a68-4de5-9fe0-6044148755d3</CreatedBy>
  <CreatedDate>2025-11-02T15:57:11.0087969+05:30</CreatedDate>
  <Description>sample string 8</Description>
  <EffectiveFromDate>2025-11-02T15:57:11.0087969+05:30</EffectiveFromDate>
  <Id>8721c1f6-c822-4aeb-9955-095ad6ca9def</Id>
  <ItrnDate>2025-11-02T15:57:11.0087969+05:30</ItrnDate>
  <ItrnOrAtrnType>5</ItrnOrAtrnType>
  <ItrnOrAtrnTypeName>sample string 6</ItrnOrAtrnTypeName>
  <ModifiedBy>5e9f4eda-5c02-49e0-b712-8fd7c0e62dc5</ModifiedBy>
  <ModifiedDate>2025-11-02T15:57:11.0087969+05:30</ModifiedDate>
  <RowVersion>QEBA</RowVersion>
  <Type>sample string 10</Type>
</TermsAndConditionsModels>