POST api/UpdateAgentAreaCodeAudio
Request Information
URI Parameters
None.
Body Parameters
Collection of AgentAreaCodeAudioName | Description | Type | Additional information |
---|---|---|---|
Pkey | integer |
None. |
|
AgentNo | string |
None. |
|
Id | integer |
None. |
|
AreaCode | string |
None. |
|
FileName | string |
None. |
|
FileBase64 | string |
None. |
Request Formats
application/json, text/json, multipart/form-data, application/json-patch+json, text/plain
Sample:
[ { "pkey": 1, "agentNo": "sample string 2", "id": 1, "areaCode": "sample string 3", "fileName": "sample string 4", "fileBase64": "sample string 5" }, { "pkey": 1, "agentNo": "sample string 2", "id": 1, "areaCode": "sample string 3", "fileName": "sample string 4", "fileBase64": "sample string 5" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/json-patch+json, text/plain
Sample:
Sample not available.