POST api/ApiClient/Save
Request Information
URI Parameters
None.
Body Parameters
ApiClientSaveModel| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.