POST api/ApiClient/Save

Request Information

URI Parameters

None.

Body Parameters

ApiClientSaveModel
NameDescriptionTypeAdditional information
Id

integer

None.

ApiCode

string

Required

AllowedIPAddress

string

None.

AllowedPaths

string

None.

Active

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ApiCode": "sample string 2",
  "AllowedIPAddress": "sample string 3",
  "AllowedPaths": "sample string 4",
  "Active": true
}

multipart/form-data

Sample:
{"Id":1,"ApiCode":"sample string 2","AllowedIPAddress":"sample string 3","AllowedPaths":"sample string 4","Active":true}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.