PUT api/configuration/AutoImportPlan/CDRFilenameFormat/{ID}
No content available.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
CDRFilenameFormatUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required String length: inclusive between 0 and 50 |
|
| Format | string |
String length: inclusive between 0 and 1000 |
|
| Zipped | boolean |
None. |
|
| CDRType | string |
Required String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Format": "sample string 2",
"Zipped": true,
"CDRType": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.