Obsolete. Adds a new application_version row, or edits an existing one, depending on the method field.
Request Information
URI Parameters :
None.
Body Parameters :
JSON body with a method key ("add" or "edit") plus application_code, current_version (edit only), new_version, platform, note and dateutc_end.
Collection of ObjectNone.
Response Information
Resource Description :
201 Created on success; 409 Conflict if the add/update could not be applied; 412 Precondition Failed if required fields are missing or method is not "add"/"edit".
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.