diff --git a/v1/Application.cfc b/v1/Application.cfc index 1b933fc..fce9a00 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.070"; + variables.framework.docs.APIVersion="0.071"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index 99ecd98..2031222 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -313,12 +313,12 @@ - select contragent_code + select external_code from contragent where contragent_id= - + \ No newline at end of file