POST api/TermsAndConditions/Create
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "334de26d-1da5-42ea-a61c-cb6a90fb6c2a",
"CompID": "9f531b21-7db6-4ff3-b590-93f3cabc8fc1",
"AcntBookId": "6706d13f-a285-4257-85d2-74dd1d7fad73",
"AcntBookName": "sample string 4",
"ItrnOrAtrnType": 5,
"ItrnOrAtrnTypeName": "sample string 6",
"EffectiveFromDate": "2026-04-18T17:01:24.7379146+05:30",
"Description": "sample string 8",
"CreatedBy": "58d5358d-813f-42c6-8860-b146d83bedb3",
"Type": "sample string 10",
"CreatedDate": "2026-04-18T17:01:24.7379146+05:30",
"ModifiedBy": "48da49c5-b8c1-4bc9-a5b0-9a4ae351734a",
"ModifiedDate": "2026-04-18T17:01:24.7379146+05:30",
"RowVersion": "QEBA",
"ItrnDate": "2026-04-18T17:01:24.7379146+05:30",
"ReturnCode": 13,
"ReturnMessage": "sample string 14"
}
text/html
Sample:
{"Id":"334de26d-1da5-42ea-a61c-cb6a90fb6c2a","CompID":"9f531b21-7db6-4ff3-b590-93f3cabc8fc1","AcntBookId":"6706d13f-a285-4257-85d2-74dd1d7fad73","AcntBookName":"sample string 4","ItrnOrAtrnType":5,"ItrnOrAtrnTypeName":"sample string 6","EffectiveFromDate":"2026-04-18T17:01:24.7379146+05:30","Description":"sample string 8","CreatedBy":"58d5358d-813f-42c6-8860-b146d83bedb3","Type":"sample string 10","CreatedDate":"2026-04-18T17:01:24.7379146+05:30","ModifiedBy":"48da49c5-b8c1-4bc9-a5b0-9a4ae351734a","ModifiedDate":"2026-04-18T17:01:24.7379146+05:30","RowVersion":"QEBA","ItrnDate":"2026-04-18T17:01:24.7379146+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>6706d13f-a285-4257-85d2-74dd1d7fad73</AcntBookId> <AcntBookName>sample string 4</AcntBookName> <CompID>9f531b21-7db6-4ff3-b590-93f3cabc8fc1</CompID> <CreatedBy>58d5358d-813f-42c6-8860-b146d83bedb3</CreatedBy> <CreatedDate>2026-04-18T17:01:24.7379146+05:30</CreatedDate> <Description>sample string 8</Description> <EffectiveFromDate>2026-04-18T17:01:24.7379146+05:30</EffectiveFromDate> <Id>334de26d-1da5-42ea-a61c-cb6a90fb6c2a</Id> <ItrnDate>2026-04-18T17:01:24.7379146+05:30</ItrnDate> <ItrnOrAtrnType>5</ItrnOrAtrnType> <ItrnOrAtrnTypeName>sample string 6</ItrnOrAtrnTypeName> <ModifiedBy>48da49c5-b8c1-4bc9-a5b0-9a4ae351734a</ModifiedBy> <ModifiedDate>2026-04-18T17:01:24.7379146+05:30</ModifiedDate> <RowVersion>QEBA</RowVersion> <Type>sample string 10</Type> </TermsAndConditionsModels>