POST api/ApiClients/insertRow

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ClientId": "20f93fe1-8873-4881-b8ec-d4d0366b2e17",
  "ClientName": "sample string 3",
  "ApiKeyHash": "sample string 4",
  "IsActive": true,
  "AllowedIp": "sample string 6",
  "ValidFromUtc": "2026-05-10T05:22:24.3265782+02:00",
  "ValidToUtc": "2026-05-10T05:22:24.3265782+02:00",
  "CreatedUtc": "2026-05-10T05:22:24.3265782+02:00",
  "LastCallUtc": "2026-05-10T05:22:24.3265782+02:00",
  "Note": "sample string 8",
  "isValid": true
}

application/xml, text/xml

Sample:
<class_ApiClients xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/satan">
  <AllowedIp>sample string 6</AllowedIp>
  <ApiKeyHash>sample string 4</ApiKeyHash>
  <ClientId>20f93fe1-8873-4881-b8ec-d4d0366b2e17</ClientId>
  <ClientName>sample string 3</ClientName>
  <CreatedUtc>2026-05-10T05:22:24.3265782+02:00</CreatedUtc>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <LastCallUtc>2026-05-10T05:22:24.3265782+02:00</LastCallUtc>
  <Note>sample string 8</Note>
  <ValidFromUtc>2026-05-10T05:22:24.3265782+02:00</ValidFromUtc>
  <ValidToUtc>2026-05-10T05:22:24.3265782+02:00</ValidToUtc>
  <isValid>true</isValid>
</class_ApiClients>

application/x-www-form-urlencoded

Sample:

Sample not available.