POST api/RadioStationNameManagement/Save
Request Information
URI Parameters
None.
Body Parameters
RadioStationNameBindingModelName | Description | Type | Additional information |
---|---|---|---|
RadioStationNameId | integer |
None. |
|
RadioStationName | string |
Required String length: inclusive between 0 and 128 |
|
CallLetters | string |
Required String length: inclusive between 0 and 20 |
|
UpdateKey | integer |
None. |
|
SavedUserId | string |
None. |
|
SavedDateTime | date |
None. |
|
CanDelete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "radioStationNameId": 1, "radioStationName": "sample string 2", "callLetters": "sample string 3", "updateKey": 4, "savedUserId": "sample string 5", "savedDateTime": "2023-02-05T03:31:51.4358969+00:00", "canDelete": true }
application/xml, text/xml
Sample:
<RadioStationNameBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMN.DonorNet.V3.Binding.Models"> <CallLetters>sample string 3</CallLetters> <CanDelete>true</CanDelete> <RadioStationName>sample string 2</RadioStationName> <RadioStationNameId>1</RadioStationNameId> <SavedDateTime>2023-02-05T03:31:51.4358969+00:00</SavedDateTime> <SavedUserId>sample string 5</SavedUserId> <UpdateKey>4</UpdateKey> </RadioStationNameBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.